home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4116 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  989 b 

  1. Path: ix.netcom.com!netnews
  2. From: froman@ix.netcom.com(James Edward Sands III )
  3. Newsgroups: comp.lang.c++
  4. Subject: NEWBIE: MSVC C++ and templates
  5. Date: 28 Jan 1996 00:45:33 GMT
  6. Organization: Netcom
  7. Message-ID: <4eegvd$n76@reader2.ix.netcom.com>
  8. References: <4e1duq$1i3@shellx.best.com> <DLsxp3.2MK@news.zippo.com>
  9. NNTP-Posting-Host: ix-den24-07.ix.netcom.com
  10. X-NETCOM-Date: Sat Jan 27  4:45:33 PM PST 1996
  11.  
  12. I am learning C++ with microsoft visual c++ professional edition v1.5,
  13. a funny thing happened the other day though.  I entered the chapter 
  14. (in my book) on templates, and when coding, MSVC kept on spitting up
  15. errors (erroneous errors).  All surronding the template delcaration,
  16. and calls.
  17.  
  18. Upon the help file inspection, I read an entry that says
  19. "This produce does not support the use of templates" (word for word)
  20.  
  21. Does anyone know why MSVC does not support them (they look real
  22. useful), or am I overlooking something?
  23.  
  24.                         Thanks
  25.  
  26.                         Jim
  27.